home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- echo This program will be installed to your hard disk!!
- echo It will need a minimum of 1.5Mb of free disk space!!
- pause
- md c:\hack
- md c:\hack\savegame
- hackdem c:\hack
- cls
- echo Dungeon Hack will now run.
- echo To run it another time change directory to
- echo C:\HACK and type HACK
- pause
- c:
- cd\hack
- hack
-